home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / DA / A / ASLEdit+ 1.0⁄a24 / Read Me < prev   
Encoding:
Text File  |  1991-06-23  |  10.4 KB  |  257 lines  |  [TEXT/AEDT]

  1. --- ASLEdit+ version 1.0/a24 Release Notes by Hiroo Yamada 06/23/91 ---
  2.  
  3. This is a sixth release of Tiny Editor called ASLEdit+,
  4. Kanji Talk compatible Kanji Editor for Japanese / International Mac users.
  5. ASLEdit+ is written in THINK C 4.0.5 and CAPPS' Editor Construction Kit.
  6.  
  7. ASLEdit+1.0/a24 is Freeware, You may upload and / or distribute
  8. this software as non-profit basis.
  9.  
  10. -----------------
  11. ASLEdit+ features
  12. -----------------
  13.  
  14. * Supports both Application (ASLEdit+) and DA (ASLEdit+/DA)
  15. * Up to 32 files may be open at one time
  16. * Files of any size may be edited, provided that there is room in memory
  17. * Block of text can be shifted left or right (4 character at a time)
  18. * Typing, shifting, and cut and paste actions may be undo and redo
  19. * Extensive search and replace functionality, including multi-file search,
  20.   and grep search and replace.
  21. * Printer support for Imagewriters and Laserwriters.
  22.  
  23. ASLEdit+ is now 32-bit clean System 7 and A/UX compatible editor.
  24. You can edit the text up to 99MBytes on System 7 with Virtual Memory !!!
  25. But operation must be VERY SLOW, so you had better not increase
  26. application memory size bigger than phisical memory you have.
  27.  
  28. Do you need full instructions ?
  29. You had better to purchase THINK C 4.0 and CAPPS' Prime Editor
  30. Construction Kit if you are interested in ASLEdit+. It's worth paying for!
  31. (The CAPPS' no longer exists, sorry about... You may find some useful
  32. comments in THINK C 4.0 manual.(grep etc..))
  33.  
  34. -----------
  35. Change Logs
  36. -----------
  37.  
  38. /************************************************************************
  39.  *                                                                        *
  40.  *                         ASLEdit+ version 1.0                            *
  41.  *                                                                        *
  42.  *                         --- Core Module ---                            *
  43.  *                                                                        *
  44.  *                     Copyright (c) 1988-1991 TOMATO                        *
  45.  *                          All rights reserved                            *
  46.  *                                                                        *
  47.  ************************************************************************
  48.  * 10/01/88    a1    H.Y        added copyright message                            *
  49.  * 11/27/88    a2    H.Y        changed aslfont+'s one pixel width / align char    *
  50.  *                        fixed zenkaku search bug                        *
  51.  * 12/24/88    a3    H.Y        changed insertmenu handling in da                *
  52.  *                        open untitled at startup                        *
  53.  *                        added option open for non-TEXT file                *
  54.  *                        added option goaway (close all windows)            *
  55.  *                        changed application icn#                        *
  56.  *                        added select all menu                            *
  57.  * 01/04/89    a4    H.Y        added > 32768 lines text handlings                *
  58.  *                        fixed tab setting bug                            *
  59.  *                        fixed clipboard bug                                *
  60.  * 01/18/89    a5    H.Y        fixed page setup / print bugs in da                *
  61.  *                        auto indent is enabled (opt-<cr> for non-indent)*
  62.  *                        added enter selection menu (cmd-e)                *
  63.  *                        added window selection support in da            *
  64.  * 03/11/89 a6    H.Y        changed aslfont+'s FONT resource purge bit off    *
  65.  *                        locked aslfont+'s lock bit on                    *
  66.  * 06/21/89 a7    H.Y        removed back print                                *
  67.  *                        fixed printer device selection (chooser) bug    *
  68.  *                        changed mds assembler to mpw assembler            *
  69.  *                        changed mpw assembler to lsc 3.0 inline            *
  70.  *                        fixed verify_all bug (application only)            *
  71.  *                        fixed print font bug in da                        *
  72.  *                        added skip open dialog by pressing mouse button    *
  73.  *                        removed date stamp in print document            *
  74.  * 08/20/89 a8    H.Y        added default frame line in dialog                *
  75.  *                        fixed verify_all bug (appl & da)                *
  76.  *                        fixed private scrap bug                            *
  77.  *                        THINK C 3.02 -> 4.0                                *
  78.  * 10/14/89 a9    H.Y        added next / prev / full / stack / tile menu    *
  79.  *                        added various shortcut keys                        *
  80.  *                        added select / deselect all menu (cmd-D)        *
  81.  *                        added variable window size support                *
  82.  * 10/20/89 a10    H.Y        fixed view menu & menubar bug                    *
  83.  *                        added tool menu & mini-scheme interpreter 0.75    *
  84.  * 10/23/89 a11    H.Y        mini-scheme 0.75 -> 0.76 -> 0.77                *
  85.  * 11/15/89 a12    H.Y        changed waitnextevent tick time 10L -> 0L        *
  86.  *                        mini-scheme 0.77 -> 0.78 -> 0.80 -> 0.85        *
  87.  *                        fixed da quit bug                                *
  88.  *                        added enter_replace_selection menu (cmd-r)        *
  89.  *                        added centerize dialog handling                    *
  90.  *                        added new multi-file search handling            *
  91.  *                        shift-quit,shift-close closes window w/o save    *
  92.  * 12/01/89 a13    H.Y        fixed multi-file search cancel button bug        *
  93.  * 12/05/89 a14    H.Y        fixed popup menu bugs                            *
  94.  * 08/31/90 a15    H.Y        fixed addresource bugs                            *
  95.  *                        fixed aslfont+ 12point width bug                *
  96.  * 02/12/91 a16    H.Y        added macproto.h checking                        *
  97.  * 02/28/91 a17    H.Y        added select current directory button            *
  98.  * 05/02/91 a18    H.Y        fixed aslfont+ & 8*24 gc incompatibility        *
  99.  * 05/14/91    a19    H.Y        THINK C 4.0.2 -> 4.0.5                            *
  100.  *                        turn on 32-bit compatible flag                    *
  101.  * 05/26/91    a20    H.Y        fixed laserwriter lineheight bug                *
  102.  * 05/30/91    a21    H.Y        THINK C 4.0.5 -> 4.0.5 new header                *
  103.  * 06/16/91    a22    H.Y        fixed System 7 incompatibility                    *
  104.  * 06/18/91    a23    H.Y        changed macheaders -> macheaders w/prototypes    *
  105.  * 06/23/91    a24    H.Y        fixed da menu hide bugs under unifinder            *
  106.  ************************************************************************/
  107.  
  108. ----------------------------------------------------
  109. ASLEdit+ Software Performance Reports (SPR) 06/23/91
  110. ----------------------------------------------------
  111.  
  112. Thank you for sending bug / enhancement reports,
  113. your precious reports help our projects. We appreciated your help.
  114.  
  115. * Long line (> 32768) text file support                (Fixed in ASLEdit+1.0/a4)
  116. * Clipboard bugs                                    (Fixed in ASLEdit+1.0/a4)
  117. * Tab setting bugs                                    (Fixed in ASLEdit+1.0/a4)
  118.  
  119. * Page setup / print bugs                            (Fixed in ASLEdit+1.0/a5)
  120. * Auto Indent is enabled (opt-<cr> for non-indent)    (Fixed in ASLEdit+1.0/a5)
  121. * Enter selection menu support (cmd-e)                (Added in ASLEdit+1.0/a5)
  122. * Window selection support in DA by selecting menu    (Added in ASLEdit+1.0/a5)
  123.  
  124. * ASLFont+ resource sometimes purges by someone        (Fixed in ASLEdit+1.0/a7)
  125. * Hang up in chooser selection                        (Fixed in ASLEdit+1.0/a7)
  126. * Print in DA doesn't set font type properly        (Fixed in ASLEdit+1.0/a7)
  127. * MultiFinder support                                (Fixed in ASLEdit+1.0/a7)
  128. * Skip asking file name at startup by pressing mouse(Added in ASLEdit+1.0/a7)
  129.  
  130. * Clipboard bugs on multifinder environment            (Fixed in ASLEdit+1.0/a9)
  131. * Verify All w/INQ doesn't work                        (Fixed in ASLEdit+1.0/a9)
  132.  
  133. * View menu & menubar bug                            (Fixed in ASLEdit+1.0/a10)
  134.  
  135. * DA quit bug                                        (Fixed in ASLEdit+1.0/a12)
  136. * New Multi-File Search support                        (Added in ASLEdit+1.0/a12)
  137. * New Tool Menu support                                (Added in ASLEdit+1.0/a12)
  138. * Enter Replace Selection menu                        (Added in ASLEdit+1.0/a12)
  139. * Centerize dialog & alert                            (Added in ASLEdit+1.0/a12)
  140. * shift-quit/close,shift-option-close/quit            (Added in ASLEdit+1.0/a12)
  141.  
  142. * Multi-file search cancel button bug                (Fixed in ASLEdit+1.0/a13)
  143.  
  144. * Popup menu bugs                                    (Fixed in ASLEdit+1.0/a14)
  145.  
  146. * Addresource bugs                                    (Fixed in ASLEdit+1.0/a15)
  147. * ASLFont+ 12point width bug                        (Fixed in ASLEdit+1.0/a15)
  148.  
  149. * Prototype checking                                (Added in ASLEdit+1.0/a16)
  150.  
  151. * Select current directory button support            (Added in ASLEdit+1.0/a17)
  152.  
  153. * ASLFont+ & 8*24 GC card incompatibility bug        (Fixed in ASLEdit+1.0/a18)
  154.  
  155. * New THINK-C version support (32bit runtime)        (Fixed in ASLEdit+1.0/a19)
  156. * Turn on 32-bit flag , now 32 bit cleanware        (Fixed in ASLEdit+1.0/a19)
  157.  
  158. * LaserWriter line height bug                        (Fixed in ASLEdit+1.0/a20)
  159.  
  160. * New THINK-C Header for MPW (in SYS7 G.M.)            (Added in ASLEdit+1.0/a21)
  161.  
  162. * System 7 incompatibility solution                    (Fixed in ASLEdit+1.0/a22)
  163.  
  164. * New macheader with prototypes                        (Added in ASLEdit+1.0/a23)
  165.  
  166. * DA Menu hide bugs in UniFinder                    (Fixed in ASLEdit+1.0/a24)
  167.  
  168. -----------
  169. POTATO TIPS
  170. -----------
  171.  
  172. * Option-Open... in File Menu for non-TEXT documents.
  173.  
  174. * Option-Return key ignores auto indent operation.
  175.  
  176. * Holding mouse button during startup skips file selection.
  177.  
  178. * Shift-click in text field expands selection area.
  179.  
  180. Closing File(s)
  181.  
  182.   * Option-click in close box attempts to close all windows.
  183.  
  184.   * Command-Shift-K (or Shift-click in close box) closes the window
  185.     without saving modified text.
  186.  
  187.   * The conbination of Option-Shift-Click in closebox attempts to
  188.     close all windows without saving modified texts.
  189.  
  190. Quiting Application
  191.  
  192.   * Command-Shift-Q quits application without saving modified texts.
  193.  
  194. Removing special character(s) (such as LF,NULL code)
  195.  
  196.   * Select character(s) to be removed by mouse , type command-E then
  197.     invoke Replace All... in Search Menu, Click 'No' button.
  198.     (Replace field in Find Dialog should not contain any characters)
  199.  
  200. Multi File Search Operation in Find Dialog
  201.  
  202.   * Click Multi File Search check item, select the directory where you
  203.     wish to search from. Enter string(s) to be searched, then type
  204.     return key. You can stop multi file search operation by typing
  205.     command-. (command-period). Type command-T to search next file.
  206.     You can specify terget filenames in Filename text field.
  207.     (ex. *.c, a*.h )
  208.  
  209. Entering control key(s) in Find / Replace field
  210.  
  211.   * Command-return for return key
  212.  
  213.   * Command-tab for tab key
  214.  
  215. Selecting Window
  216.  
  217.   * Type command-1 , command-'n' (0-9).
  218.  
  219. -----------------------
  220. About ASLFont+ Bundling
  221. -----------------------
  222.  
  223. ASLFont+ : Japanese Font for KanjTalk includes special graphics character
  224.            set for vt100 terminal emulation.
  225.  
  226. ASLFont+ is also Freeware. You may add this font to your program (non-profit
  227. products only) without permission. BUT MAKE SURE YOU DO NOT MODIFY THE FONT
  228. AND FONT NAME 'ASLFont+'. KanjiTalk has some critical bugs in that code.
  229. If you changed this font, you'll probably encounter the bombs. (in Font Manager)
  230. I can't guarantee a stability of system which includes modified version of
  231. ASLFont+. The name of 'ASL' is derived from my amateur radio callsign JK1ASL.
  232. So please do not change the font name, such as BSL CSL... , right?
  233.  
  234. This distribution of ASLEdit+ and ASLFont+ is fully tested under System 6.0.7,
  235. KanjiTalk 6.0.7, System 7.0 and A/UX 2.0.1. Special version of ASLFont+
  236. (1 line short height) is distributed in ASLTelnet 2.3/a15. This is because
  237. terminal emulator needs short height font in order to display 24 rows on Mac+.
  238. (or another 512*342 resolution mac) You can extract font using Font/DA Mover.
  239. Click open button with option key. You'll see ASLTelnet application name in the
  240. file selection dialog. Please do not distribute this special font.
  241. You can find ASLTelnet 2.3/a15 in NIFTY-Serve FMACPRO LIB 2: Library.
  242.  
  243. -----------
  244. Bug Reports
  245. -----------
  246.  
  247. If you found re-producible fatal bugs / errors, please send email to
  248.  
  249. CIS:            76414,372
  250. Bix & Mix:        hiroo
  251. NIFTY-Serve:    SDI00177    (FMACPRO: Macintosh Programming Forum Sysop)
  252.  
  253. Hiroo Yamada
  254. TOMATO: Tokyo Mac Tech. Organization
  255.  
  256. hiroo
  257.